home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_181 / amxlisp / interface-src / osptrs.h < prev    next >
Text File  |  1992-05-06  |  311b  |  12 lines

  1. /* osptrs.h - system specific function pointers */
  2.  
  3. {   "SYSTEM",         S, xsystem      }, /* 250 */
  4. { "MEMORY-BYTE",      S, xli_mem_b    },
  5. { "MEMORY-WORD",      S, xli_mem_w    },
  6. { "MEMORY-LONG",      S, xli_mem_l    },
  7. { "CALLASM",          S, callasm      },
  8. {"C-TO-STRING",       S, xli_ctos     },
  9.  
  10.  
  11.  
  12.